Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 34 (100.0%) | 4093 (100.0%) | 120.3 |
Compiler/Template/ | 1 (2.9%) | 2975 (72.7%) | 2975.0 |
Compiler/susan_codegen/SimCode/ | 7 (20.6%) | 621 (15.2%) | 88.7 |
Compiler/BackEnd/ | 2 (5.9%) | 293 (7.2%) | 146.5 |
Compiler/Script/ | 3 (8.8%) | 80 (2.0%) | 26.6 |
Compiler/Util/ | 4 (11.8%) | 50 (1.2%) | 12.5 |
SimulationRuntime/cpp/Source/System/Modelica/ | 7 (20.6%) | 40 (1.0%) | 5.7 |
SimulationRuntime/cpp/Source/DataExchange/Interfaces/ | 1 (2.9%) | 9 (0.2%) | 9.0 |
SimulationRuntime/cpp/Source/System/Implementation/ | 4 (11.8%) | 8 (0.2%) | 2.0 |
SimulationRuntime/cpp/Source/System/Modelica/Policies/ | 1 (2.9%) | 7 (0.2%) | 7.0 |
SimulationRuntime/cpp/Source/ | 1 (2.9%) | 4 (0.1%) | 4.0 |
SimulationRuntime/cpp/Source/System/Interfaces/ | 1 (2.9%) | 3 (0.1%) | 3.0 |
SimulationRuntime/cpp/Source/Math/Implementation/ | 1 (2.9%) | 2 (0.0%) | 2.0 |
Compiler/Main/ | 1 (2.9%) | 1 (0.0%) | 1.0 |
Fixed a bug in CodegenCpp.tpl
1 lines of code changed in 1 file:
Fix typo in AlgloopsolverFactory class
24 lines of code changed in 8 files:
added 2 flags and made some small changes for reduction methods
188 lines of code changed in 6 files:
In SimCodeCpp.tpl fixed a bug with arrays and extended functions for doing reduction.
458 lines of code changed in 9 files:
Fixed a bug in SimCodeCpp.tpl:outputIndices.
8 lines of code changed in 1 file:
Added interface for ReduceDAE algorithm
-SimCode.mo: added args input for removeTerms algorithm in translateModel, generateModelCode and createSimCode
-SimCode.mo: added labels for generateLabeledDAE algorithm in ModelInfo and createModelInfo
-Flags.mo, Config.mo: added configuration flags and wrappers for generateLabeledDAE and removeTerms algorithms
-CevalScript.mo: changed compileModel from protected to public
-Interactive.mo: added cases for generateLabeledDAE and removeTerms algorithms in evaluateGraphicalApi_dispatch
-SimCodeCpp.tpl: added template functions for ReduceDAE algorithm
3414 lines of code changed in 9 files: